Skip to content

Add VulkanMod compatibility declaration#1

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/port-shaders-to-vulkan
Closed

Add VulkanMod compatibility declaration#1
Copilot wants to merge 2 commits intomainfrom
copilot/port-shaders-to-vulkan

Conversation

Copy link

Copilot AI commented Feb 19, 2026

  • Understand the problem: submitCustom with entityCutoutNoCull(GUI_ATLAS) is incompatible with VulkanMod's rendering pipeline
  • Analyze VulkanMod source: CompositeRenderTypeM.draw() has complex Vulkan state requirements that fail when triggered via submitCustom in the entity label pass
  • Fix DamageIndicatorLivingEntityRendererMixin: replace submitCustom heart-sprite rendering with text-based heart rendering that uses submitLabel (fully VulkanMod-compatible)
  • Fix DamageIndicatorPlayerRendererMixin: same fix
  • Verify no duplicate rendering for players (both mixins fire for PlayerEntityRenderer)
  • Build and verify changes compile cleanly

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Datenflieger <165560752+Datenflieger@users.noreply.github.com>
Copilot AI changed the title [WIP] Port all shaders to Vulkan Add VulkanMod compatibility declaration Feb 19, 2026
Copilot AI requested a review from Datenflieger February 19, 2026 19:37
@Datenflieger
Copy link
Owner

ups wrong repo

Copilot stopped work on behalf of Datenflieger due to an error February 19, 2026 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants